Package org.bitcoinj.script
Class ScriptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.bitcoinj.core.VerificationException
-
- org.bitcoinj.script.ScriptException
-
- All Implemented Interfaces:
java.io.Serializable
public class ScriptException extends VerificationException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bitcoinj.core.VerificationException
VerificationException.BlockVersionOutOfDate, VerificationException.CoinbaseHeightMismatch, VerificationException.CoinbaseScriptSizeOutOfRange, VerificationException.DuplicatedOutPoint, VerificationException.EmptyInputsOrOutputs, VerificationException.ExcessiveValue, VerificationException.LargerThanMaxBlockSize, VerificationException.NegativeValueOutput, VerificationException.NoncanonicalSignature, VerificationException.UnexpectedCoinbaseInput
-
-
Constructor Summary
Constructors Constructor Description ScriptException(ScriptError err, java.lang.String msg)
ScriptException(ScriptError err, java.lang.String msg, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptError
getError()
-
-
-
Constructor Detail
-
ScriptException
public ScriptException(ScriptError err, java.lang.String msg)
-
ScriptException
public ScriptException(ScriptError err, java.lang.String msg, java.lang.Exception e)
-
-
Method Detail
-
getError
public ScriptError getError()
-
-