de.smartics.properties.api.core.context.alias
Class UnknownAliasException

Package class diagram package UnknownAliasException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.properties.api.core.context.alias.AliasException
                  extended by de.smartics.properties.api.core.context.alias.UnknownAliasException
All Implemented Interfaces:
Serializable

public final class UnknownAliasException
     
     
extends AliasException

Signals that an alias is not registered with the system.

See Also:
Serialized Form

Constructor Summary
UnknownAliasException(String alias)
          Convenience constructor without a cause.
UnknownAliasException(Throwable cause, String alias)
          Default constructor.
 
Method Summary
 
Methods inherited from class de.smartics.properties.api.core.context.alias.AliasException
getAlias
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownAliasException

public UnknownAliasException(String alias)
Convenience constructor without a cause.

Parameters:
alias - the alias that signals a problem.

UnknownAliasException

public UnknownAliasException(Throwable cause,
                             String alias)
Default constructor.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
alias - the alias that signals a problem.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.