issrg.ac
Class ACCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
issrg.utils.EmbeddedException
issrg.ac.ACCreationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- IllegalInputException
public class ACCreationException
- extends EmbeddedException
This is an exception the tools can throw to notify that something went wrong during the
process of creating an AC.
All the Manager code uses this exception to notify the caller, and not only the actual encoding
process. The name of the exception is still meaningful, since Manager is designed
to create ACs.
- Version:
- 1.0
- Author:
- Sassa
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ACCreationException
public ACCreationException()
ACCreationException
public ACCreationException(java.lang.String what)
ACCreationException
public ACCreationException(java.lang.String what,
java.lang.Throwable th)