au.csiro.netcdf
Class TestCommandLineRunner.ExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by au.csiro.netcdf.TestCommandLineRunner.ExitException
All Implemented Interfaces:
Serializable
Enclosing class:
TestCommandLineRunner

protected static class TestCommandLineRunner.ExitException
extends SecurityException

Exit exception used for catching system exits.

Copyright 2010, CSIRO Australia All rights reserved.

Version:
$Revision: 78 $ $Date: 2010-07-24 16:23:13 +1000 (Sat, 24 Jul 2010) $
Author:
Robert Bridle on 18/03/2010
See Also:
Serialized Form

Field Summary
 int status
           
 
Constructor Summary
TestCommandLineRunner.ExitException(int status)
           
 
Method Summary
 
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
 

Field Detail

status

public final int status
Constructor Detail

TestCommandLineRunner.ExitException

public TestCommandLineRunner.ExitException(int status)


Copyright © 2010. All Rights Reserved.