Package com.enonic.xp.data
Class ValueTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.data.ValueTypeException
-
- All Implemented Interfaces:
Serializable
@PublicApi public final class ValueTypeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueTypeException(String message)
ValueTypeException(String message, Object... args)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValueTypeException
public ValueTypeException(String message)
-
ValueTypeException
@Deprecated public ValueTypeException(String message, Object... args)
Deprecated.
-
-