Package org.jboss.byteman.rule.exception
Class TypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.byteman.rule.exception.TypeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TypeWarningException
public class TypeException extends Exception
used to notify an exception during rule type checking- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeException(String message)
TypeException(String message, Throwable th)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-