Package it.tidalwave.util
Class AsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.tidalwave.util.AsException
-
- All Implemented Interfaces:
Serializable
public class AsException extends RuntimeException
This exception is thrown by anas(...)method that is expected to retrieve a role for a given datum, when the role is not found.- Version:
- $Id$
- Author:
- Fabrizio Giudici
- See Also:
- Serialized Form
- Status: stable API
-
-
Constructor Summary
Constructors Constructor Description AsException(Class<?> roleType)Creates an exception.AsException(Class<?> clazz, Throwable cause)Creates an exception with a cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-