coins.alias
Class AliasError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycoins.alias.AliasError
All Implemented Interfaces:
java.io.Serializable

public class AliasError
extends java.lang.Error

Class for errors thrown by alias analysis

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Constructor Summary
AliasError()
          Creates a new instance of AliasError
AliasError(java.lang.String pString)
          Creates a new instance of AliasError with an informational String.
 
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

AliasError

public AliasError()
Creates a new instance of AliasError


AliasError

public AliasError(java.lang.String pString)
Creates a new instance of AliasError with an informational String.