fipaos.parser.acl.bitefficient
Class BEParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.parser.acl.bitefficient.BEParseException
All Implemented Interfaces:
java.io.Serializable

public class BEParseException
extends java.lang.Exception

Author:
Heikki Helin, Mikko Laukkanen
See Also:
Serialized Form

Constructor Summary
BEParseException()
           
BEParseException(java.lang.String s)
           
BEParseException(java.lang.String s, java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BEParseException

public BEParseException()

BEParseException

public BEParseException(java.lang.String s)

BEParseException

public BEParseException(java.lang.String s,
                        java.lang.Throwable t)