issrg.ac
Class ACCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by issrg.utils.EmbeddedException
              extended by 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

Constructor Summary
ACCreationException()
           
ACCreationException(java.lang.String what)
           
ACCreationException(java.lang.String what, java.lang.Throwable th)
           
 
Method Summary
 
Methods inherited from class issrg.utils.EmbeddedException
getEmbedded, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

ACCreationException

public ACCreationException()

ACCreationException

public ACCreationException(java.lang.String what)

ACCreationException

public ACCreationException(java.lang.String what,
                           java.lang.Throwable th)