fipaos.parser.acl.bitefficient
Class BEParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fipaos.parser.acl.bitefficient.BEParseException

public class BEParseException
extends Exception

Author:
Heikki Helin, Mikko Laukkanen

Constructor Summary
BEParseException()
           
BEParseException(String s)
           
BEParseException(String s, Throwable t)
           

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

BEParseException

public BEParseException()

BEParseException

public BEParseException(String s)

BEParseException

public BEParseException(String s, Throwable t)