org.expasy.jpl.commons.base.builder
Class BuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.expasy.jpl.commons.base.builder.BuilderException
- All Implemented Interfaces:
- Serializable
public final class BuilderException
- extends RuntimeException
This exception is thrown by a Builder when an object cannot been
correctly built.
- Version:
- 1.0
- Author:
- nikitin
- See Also:
- Serialized Form
BuilderException
public BuilderException()
- Empty constructor.
BuilderException
public BuilderException(String message)
- Constructs a new
BuilderException object.
- Parameters:
message - gives a more precise reason about occurring exception.
BuilderException
public BuilderException(Throwable cause)
- Parameters:
cause - the cause throwing this exception.
BuilderException
public BuilderException(String message,
Throwable cause)
- Parameters:
message - gives a more precise reason about occurring exception.cause - the cause throwing this exception.
toString
public String toString()
- Overrides:
toString in class Throwable
Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.