com.dyuproject.protostuff.runtime
Class IdStrategy.UnknownTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dyuproject.protostuff.runtime.IdStrategy.UnknownTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IdStrategy

public static class IdStrategy.UnknownTypeException
extends java.lang.RuntimeException

Thrown when a type is not known by the IdStrategy. The DefaultIdStrategy will never throw this exception though.

See Also:
Serialized Form

Constructor Summary
IdStrategy.UnknownTypeException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdStrategy.UnknownTypeException

public IdStrategy.UnknownTypeException(java.lang.String msg)


Copyright © 2009-2014. All Rights Reserved.